/* .board_layer_pop {display:none; position: fixed; left: 50%; top: 50%; width: 380px; z-index: 1201; padding:40px; background: #fff; border:1px solid #aaaaaa; margin: -100px 0 0 -190px;}
.board_layer_pop.msg_pop {padding:35px 35px 45px; margin: -75px 0 0 -190px;}
.board_layer_pop .btn_close {cursor: pointer;}
.board_layer_pop .top_txt {margin-bottom:20px; font-size:20px; color:#111111; text-align:center;}
.board_layer_pop .fbox {width:175px; margin:0 auto;}
.board_layer_pop .btn_wrap {margin-top:20px; font-size:0; text-align:center;}
.board_layer_pop .btn_wrap .img_btn {border:0; padding:0; margin:0 5px; vertical-align:top;} */

@media print {

    header,
    footer,
    .no_print {
        display: none !important;
    }

    @page {
        margin: 0;
    }
}

.board_layer_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 340px;
    z-index: 201;
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #aaaaaa;
    margin: -80px 0 0 -170px;
    display: none;
}

.board_layer_pop .ptxt {
    margin-bottom: 20px;
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.board_layer_pop .btn_wrap {
    text-align: center;
}

.board_layer_pop .btn_wrap p {
    display: inline-block;
}

.abtn.small {
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.abtn {
    display: inline-block;
    position: relative;
    min-width: 114px;
    height: 45px;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 45px;
    font-size: 16.5px;
    color: #fff;
    text-align: center;
    background: #0d2d4f;
}

.inp_chk.file_label {
    margin-left: 20px;
}

.no_data {
    text-align: center;
    font-size: 16px;
    padding-block: 25px;
    border-bottom: 1px solid #ededed;
}

#header_pc .gnb_list .sub>li>a {
    color: #fff !important;
}

#header_pc .gnb_list .ssub a {
    color: #fff !important;
}

#login .cbox .btn_mo {
    display: block;
    max-width: 64rem;
    width: 100%;
    margin: 3rem auto 0;
    font-size: 4.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 2.7;
    background: #61bd45;
}

#header_pc .logo {
    margin-top: 0px;
}


.modal-dialog {
    width: 600px;
    margin: 130px auto !important;
}

#main_pop .weather .bar {
    margin: 0 10px 0 15px !important;
}

#satisfaction {
    padding: 0 !important;
}

#footer .ft_con {
    width: 100% !important;
}

#footer .ft_menu li:nth-child(1) a,
#footer .ft_menu li:nth-child(2) a {
    color: #8aeeff !important;
}

#footer .ft_menu li a {
    color: #fff !important;
}

.file_list.last {
    border-bottom: 1px solid #e4e4e4;
}

.board_contents.last {
    border-bottom: 1px solid #e4e4e4;
}

.m_only {
    display: none;
}

.note-editing-area p {
    margin: 0 0 0;
}

@media (max-width: 1024px) {
    #login .cbox .btn_mo {
        font-size: 3rem;
    }

    .d_only {
        display: none !important;
    }

    .m_only {
        display: revert !important;
    }
}

@media all and (max-width:1000px) {
    .abtn {
        min-width: 80px;
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 15px;
    }

    .abtn.small {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}